Click or drag to resize

CompoundFile Methods

The CompoundFile type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Gets buffer to read from this compound file.
Public methodGetHashCode (Inherited from Object.)
Public methodGetStream
Gets stream to read from this compound file.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen(Stream)
Opens compound file from the specified stream.
Public methodOpen(String)
Opens compound file from the specified file.
Public methodSave(Stream)
Saves this compound file to the specified stream.
Public methodSave(String)
Saves this compound file to the specified file.
Public methodSave(String, Boolean)
Saves this compound file to the specified file.
Public methodToString (Inherited from Object.)
Top
See Also